ubuntu install python 3.8

45

ubuntu install python 3.8 -

sudo apt install python3.8

how to install python3.11 on ubuntu -

sudo apt update && sudo apt upgrade -y

ubuntu install pip for python 3.8 -

$ sudo apt update
$ sudo apt install python3-pip

install python 3.8 on wsl -

wget https://www.python.org/ftp/python/3.8.0/Python-3.8.0.tgz

Comments

Submit
0 Comments